|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.github.droidfu.cachefu | |
---|---|
com.github.droidfu.cachefu | |
com.github.droidfu.http | |
com.github.droidfu.imageloader | |
com.willowtreeapps.android.shared |
Classes in com.github.droidfu.cachefu used by com.github.droidfu.cachefu | |
---|---|
AbstractCache
A simple 2-level cache consisting of a small and fast in-memory cache (1st level cache) and an (optional) slower but bigger disk cache (2nd level cache). |
|
CachedList
Superclass of all list objects to be stored in ModelCache . |
|
CachedModel
Superclass of all objects to be stored in ModelCache . |
|
ModelCache
Allows caching Model objects using the features provided by AbstractCache . |
Classes in com.github.droidfu.cachefu used by com.github.droidfu.http | |
---|---|
HttpResponseCache
Allows caching HTTP responses (only status code and payload at the moment) using the features provided by AbstractCache . |
Classes in com.github.droidfu.cachefu used by com.github.droidfu.imageloader | |
---|---|
ImageCache
Implements a cache capable of caching image files. |
Classes in com.github.droidfu.cachefu used by com.willowtreeapps.android.shared | |
---|---|
AbstractCache
A simple 2-level cache consisting of a small and fast in-memory cache (1st level cache) and an (optional) slower but bigger disk cache (2nd level cache). |
|
ImageCache
Implements a cache capable of caching image files. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |